|
|
|
BlueCielo Meridian GCF/SharePoint 2012 SP1 Administrator's Guide | BlueCielo ECM Solutions
|
Installing the GCF Web Service
To install the GCF Web Service for the first time:
-
On the SharePoint server, locate and run the following setup program in the distribution package:
<Setup>\SharePoint\GcfService\BCGcfServiceInstaller.exe
The BlueCielo SharePoint GCF Web Service 2012 SP1 dialog box appears.
- Accept the default folder path, type a path, or click Browse and select a folder.
- Click Unzip. A Command Prompt window opens and the web service is added to the computer's Global Assembly Cache.
- When prompted to do so, press any key. The Command Prompt window closes and a results dialog box appears.
- Click OK to dismiss the results dialog.
To manually install the GCF Web Service, perform the following steps.
- On the Meridian Enterprise web server, copy the following file from the distribution package to a local drive:
<Setup>\SharePoint\GcfService\BC.GcfServices.dll
- Install the service into the Global Assembly Cache (GAC) by running the following command from within the folder where you copied the file:
gacutil.exe /i BC.GcfServices.dll /f
- Copy the following files from the distribution package into the ISAPI hive. By default, the folder is located at: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\ISAPI.
- GCFService.asmx
- GcfServicewsdl.aspx
- GcfServicedisco.aspx
- Reset IIS with the iisreset command.
- Install the script component by copying the file webservice.htc from the distribution package into the ISAPI hive folder as in step 3.